home *** CD-ROM | disk | FTP | other *** search
/ Canadian Geographic Explorer / Canadian Geographic Explorer.iso / pc / eo.dxr / 00018.ls < prev    next >
Encoding:
Text File  |  1996-10-03  |  181 b   |  12 lines

  1. global gGizmo
  2.  
  3. on mouseUp
  4.   if showGizmoTool(gGizmo) = 0 then
  5.     if the doubleClick then
  6.       openOrClosetOOLDrawer(gGizmo)
  7.     end if
  8.   else
  9.     unsetCursor(gGizmo)
  10.   end if
  11. end
  12.